go/printer.printer.block (method)
9 uses
go/printer (current package)
nodes.go#L1175: func (p *printer) block(b *ast.BlockStmt, nindent int) {
nodes.go#L1384: p.block(s, 1)
nodes.go#L1389: p.block(s.Body, 1)
nodes.go#L1418: p.block(s.Body, 0)
nodes.go#L1430: p.block(s.Body, 0)
nodes.go#L1449: p.block(body, 0)
nodes.go#L1455: p.block(s.Body, 1)
nodes.go#L1472: p.block(s.Body, 1)
nodes.go#L1819: p.block(b, 1)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)